home *** CD-ROM | disk | FTP | other *** search
- /*
- File: FileTransferTools.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __FILETRANSFERTOOLS__
- #define __FILETRANSFERTOOLS__
-
- #ifndef __DIALOGS__
- #include <Dialogs.h>
- /* #include <Windows.h> */
- /* #include <Quickdraw.h> */
- /* #include <Types.h> */
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- /* #include <QuickdrawText.h> */
- /* #include <IntlResources.h> */
- /* #include <Events.h> */
- /* #include <OSUtils.h> */
- /* #include <Controls.h> */
- /* #include <Menus.h> */
- /* #include <TextEdit.h> */
- #endif
-
- #ifndef __FILETRANSFERS__
- #include <FileTransfers.h>
- /* #include <Packages.h> */
- /* #include <CTBUtilities.h> */
- /* #include <Memory.h> */
- /* #include <StandardFile.h> */
- /* #include <Files.h> */
- /* #include <SegLoad.h> */
- /* #include <AppleTalk.h> */
- /* #include <Connections.h> */
- /* #include <Terminals.h> */
- #endif
-
-
- /* DEFs */
-
- #define fdefType 'fdef'
-
- #define fsetType 'fset'
-
- #define fvalType 'fval'
-
- #define flocType 'floc'
-
- #define fscrType 'fscr'
-
- #define fbndType 'fbnd'
-
- #define fverType 'vers'
-
- enum {
- /* Control */
- ftInitMsg = 0,
- ftDisposeMsg = 1,
- ftSuspendMsg = 2,
- ftResumeMsg = 3,
- ftMenuMsg = 4,
- ftEventMsg = 5,
- ftActivateMsg = 6,
- ftDeactivateMsg = 7,
- ftGetErrorStringMsg = 8,
- ftAbortMsg = 52,
- ftStartMsg = 100,
- ftExecMsg = 102,
- ftSendMsg = 103,
- ftReceiveMsg = 104,
- /*Setup */
- ftSpreflightMsg = 0,
- ftSsetupMsg = 1,
- ftSitemMsg = 2,
- ftSfilterMsg = 3,
- ftScleanupMsg = 4,
- /* validate */
- ftValidateMsg = 0
- };
-
- enum {
- ftDefaultMsg = 1,
- /* scripting */
- ftMgetMsg = 0,
- ftMsetMsg = 1,
- /* localization */
- ftL2English = 0,
- ftL2Intl = 1
- };
-
- #if defined(powerc) || defined (__powerc)
- #pragma options align=mac68k
- #endif
- struct FTSetupStruct {
- DialogPtr theDialog; /* the dialog form the application */
- short count; /* first appended item */
- Ptr theConfig; /* the config record to setup */
- short procID; /* procID of the tool */
- };
- #if defined(powerc) || defined(__powerc)
- #pragma options align=reset
- #endif
-
- typedef struct FTSetupStruct FTSetupStruct;
-
- typedef FTSetupStruct *FTSetupPtr;
-
- #endif
-
-